.header_sec {
    background: linear-gradient(258deg, #ebd2ff 3.02%, #6376ff 20.92%, #6e7ff7 43.39%, #6c7ef9 82.16%, #beb3fc 99.66%);
    padding: 32px 0 16px;
}

.header_col_1 {
    width: 20% !important;
}

.header_col_2 {
    width: 80% !important;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header_logo_con img {
    width: 100% !important;
    height: 40px;
    object-fit: contain;
    object-position: left;
}

.header_accnt_main_box_inner {
    background: #5567e3;
    width: 32px;
    border-radius: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_accnt_main_box_inner svg path {
    fill: #fff;
}

.header_accnt_main_box_inner svg {
    width: 20px;
    height: 20px;
}


.header_search_box svg path {
    fill: #80868b;
}

.header_search_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_search_box input {
    background: transparent;
    border: none !important;
    color: #1f1f1f !important;
    font-size: 16px !important;
    font-weight: 400;
    width: calc(100% - 24px) !important;
}

.header_search_box {
    background: #fff;
    width: 100%;
    padding: 8px 16px;
    border-radius: 24px;
}

.header_search_main_con {
    width: 37.5%;
}

.header_accnt_main_box {
    padding-left: 15px;
}

.header_row {
    padding-bottom: 25px;
}

.header_search_box input:focus-visible {
    outline: none !important
}

.header_all_category_list {
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 !important;
    padding: 8px 0 !important;
    overflow: auto;
}

.header_all_category_list li {
    padding-right: 9px;
}

.header_all_category_list li span {
    background: #4b5bd9;
    border-radius: 24px;
    box-shadow: 0 1px 2px 0 #000;
    color: #fff;
    padding: 12px 16px;
    line-height: 1;
    display: block;
    font-size: 14px !important;
    transition: 0.6s !important;
    cursor: pointer;
}

.header_search_mbl_box {
    display: none;
}


.header_search_mbl_main_box {
    display: none;
}


.header_all_category_list li span:hover {
    background: #fff;
    color: #000251;
}



@media all and (min-width: 320px) and (max-width: 767px) {
    .header_sec {
        padding: 15px 0 12px;
    }

    .header_row {
        padding-bottom: 10px;
    }

    .header_all_category_list li span {
        padding: 10px 13px;
    }

    .header_search_box {
        padding: 6px 10px;
    }

    .header_accnt_main_box {
        padding-left: 10px;
    }

    .header_all_category_list {
        padding: 5px 0 !important;
    }

    .header_logo_con img {
        height: 35px;
    }

    .header_search_main_con {
        width: auto;
    }

    .header_search_box input {
        font-size: 15px !important;
    }

    .header_col_1 {
        width: 60% !important;
    }

    .header_col_2 {
        width: 40% !important;
    }

    .header_search_mbl_box {
        background: #5567e3;
        width: 32px;
        border-radius: 100%;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_search_box {
        display: none;
    }

    .header_search_mbl_box svg {
        width: 20px;
        height: 20px;
    }

    .header_search_mbl_box svg path {
        fill: #fff;
    }



    .header_search_mbl_main_box {}

    .header_search_mbl_srch_input_main_box {
        display: none;
    }

    .actv_srch_box .header_search_mbl_srch_input_main_box {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
    }

    .header_search_mbl_srch_input_main_box_inner {
        padding: 17px;
        background: #6f80f7;
    }

    .header_search_mbl_srch_input_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header_search_mbl_main_con {
        display: flex;
        width: calc(100% - 34px);
    }

    .header_search_mbl_srch_back_box svg path {
        fill: #fff;
    }

    .header_search_mbl_srch_back_box {
        padding-right: 10px;
        line-height: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .header_sec {
        padding: 15px 0 12px;
    }

    .header_row {
        padding-bottom: 10px;
    }

    .header_all_category_list li span {
        padding: 10px 13px;
    }

    .header_search_box {
        padding: 6px 10px;
    }

    .header_accnt_main_box {
        padding-left: 10px;
    }

    .header_all_category_list {
        padding: 5px 0 !important;
    }

    .header_logo_con img {
        height: 35px;
    }

    .header_search_main_con {
        width: 43%;
    }

    .header_search_box input {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .header_sec {
        padding: 15px 0 12px;
    }

    .header_row {
        padding-bottom: 10px;
    }

    .header_all_category_list li span {
        padding: 10px 13px;
    }

    .header_search_box {
        padding: 6px 10px;
    }

    .header_accnt_main_box {
        padding-left: 10px;
    }

    .header_all_category_list {
        padding: 5px 0 !important;
    }

    .header_logo_con img {
        height: 35px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .header_sec {
        padding: 15px 0 12px;
    }

    .header_row {
        padding-bottom: 10px;
    }

    .header_all_category_list li span {
        padding: 10px 13px;
    }

    .header_search_box {
        padding: 6px 10px;
    }

    .header_accnt_main_box {
        padding-left: 10px;
    }

    .header_all_category_list {
        padding: 5px 0 !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .header_sec {
        padding: 15px 0 12px;
    }

    .header_row {
        padding-bottom: 10px;
    }

    .header_all_category_list li span {
        padding: 10px 13px;
    }

    .header_search_box {
        padding: 6px 12px;
    }

    .header_accnt_main_box {
        padding-left: 10px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .header_sec {
        padding: 25px 0 16px;
    }

    .header_row {
        padding-bottom: 15px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .header_sec {
        padding: 25px 0 16px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}